home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / productivity / term / termstrings.c < prev    next >
C/C++ Source or Header  |  1993-07-16  |  267b  |  15 lines

  1. /*
  2. **    termStrings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1993 by Olaf `Olsen' Barthel & MXM
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define STRINGARRAY
  11.  
  12. #include "termStrings.h"
  13.  
  14. LONG NumAppStrings = sizeof(AppStrings) / sizeof(struct AppString);
  15.